Use g_message() and not g_warning() to display the message that this is a
authorMartin Baulig <baulig@suse.de>
Tue, 1 Aug 2000 10:06:53 +0000 (10:06 +0000)
committerMartin Baulig <martin@src.gnome.org>
Tue, 1 Aug 2000 10:06:53 +0000 (10:06 +0000)
2000-08-01  Martin Baulig  <baulig@suse.de>

* gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
to display the message that this is a development version of GTK+.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkmain.c

index c4d03bb230a5234abc6829c42aa5efcce57bbde6..8f0be3ee27c22c8511f7f858bd22b4dfc9e2dca8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-01  Martin Baulig  <baulig@suse.de>
+
+       * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
+       to display the message that this is a development version of GTK+.
+
 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
index c4d03bb230a5234abc6829c42aa5efcce57bbde6..8f0be3ee27c22c8511f7f858bd22b4dfc9e2dca8 100644 (file)
@@ -1,3 +1,8 @@
+2000-08-01  Martin Baulig  <baulig@suse.de>
+
+       * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
+       to display the message that this is a development version of GTK+.
+
 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
index c4d03bb230a5234abc6829c42aa5efcce57bbde6..8f0be3ee27c22c8511f7f858bd22b4dfc9e2dca8 100644 (file)
@@ -1,3 +1,8 @@
+2000-08-01  Martin Baulig  <baulig@suse.de>
+
+       * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
+       to display the message that this is a development version of GTK+.
+
 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
index c4d03bb230a5234abc6829c42aa5efcce57bbde6..8f0be3ee27c22c8511f7f858bd22b4dfc9e2dca8 100644 (file)
@@ -1,3 +1,8 @@
+2000-08-01  Martin Baulig  <baulig@suse.de>
+
+       * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
+       to display the message that this is a development version of GTK+.
+
 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
index c4d03bb230a5234abc6829c42aa5efcce57bbde6..8f0be3ee27c22c8511f7f858bd22b4dfc9e2dca8 100644 (file)
@@ -1,3 +1,8 @@
+2000-08-01  Martin Baulig  <baulig@suse.de>
+
+       * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
+       to display the message that this is a development version of GTK+.
+
 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
index c4d03bb230a5234abc6829c42aa5efcce57bbde6..8f0be3ee27c22c8511f7f858bd22b4dfc9e2dca8 100644 (file)
@@ -1,3 +1,8 @@
+2000-08-01  Martin Baulig  <baulig@suse.de>
+
+       * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
+       to display the message that this is a development version of GTK+.
+
 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
index c4d03bb230a5234abc6829c42aa5efcce57bbde6..8f0be3ee27c22c8511f7f858bd22b4dfc9e2dca8 100644 (file)
@@ -1,3 +1,8 @@
+2000-08-01  Martin Baulig  <baulig@suse.de>
+
+       * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
+       to display the message that this is a development version of GTK+.
+
 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
index a149c9df0f853f5208a5002977d228bd24c484aa..ae728c81e105d37d46f44aea76423b2555723a50 100644 (file)
@@ -450,7 +450,7 @@ gtk_init_check (int  *argc,
   
 #ifndef G_OS_WIN32
   /* No use warning on Win32, there aren't any non-devel versions anyhow... */
-  g_warning (""              "YOU ARE USING THE DEVEL BRANCH 1.3.x OF GTK+ WHICH IS CURRENTLY\n"
+  g_message (""              "YOU ARE USING THE DEVEL BRANCH 1.3.x OF GTK+ WHICH IS CURRENTLY\n"
             "                UNDER HEAVY DEVELOPMENT AND FREQUENTLY INTRODUCES INSTABILITIES.\n"
             "                if you don't know why you are getting this, you probably want to\n"
             "                use the stable branch which can be retrived from\n"